home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / main.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  199 b   |  16 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global gflag
  8.   if getAt(gflag, 3) = 0 then
  9.     go(1, "GAME3.DIR")
  10.     exit
  11.   else
  12.     go(1, "PROFILE.DIR")
  13.     exit
  14.   end if
  15. end
  16.